home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pcw303_b.arc / MENUPRT.BAT < prev    next >
DOS Batch File  |  1989-11-02  |  176b  |  11 lines

  1. echo off
  2. getyn ₧ %1
  3. if errorlevel 1 goto nopr
  4. menuprt1 %1pr.def
  5. if errorlevel 1 menuprt2 // %1pr.def
  6. goto exit
  7. :nopr
  8. menuprt1 %1
  9. if errorlevel 1 menuprt2 // %1
  10. :exit
  11.